From 0b72b2e0a209ecb54456ff01e5da1e23392485be Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Sun, 28 Aug 2022 04:48:25 +0100 Subject: [PATCH] force-abi-tags-in-cprt0 Set ABI tags in cprt0.as to work around binutils fussiness This should not be pushed upstream or to Debian as it will almost certainly break things on soft float targets. Gbp-Pq: Name force-abi-tags-in-cprt0.patch --- fpcsrc/rtl/linux/arm/cprt0.as | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fpcsrc/rtl/linux/arm/cprt0.as b/fpcsrc/rtl/linux/arm/cprt0.as index f2c2ddf1..448cae4e 100644 --- a/fpcsrc/rtl/linux/arm/cprt0.as +++ b/fpcsrc/rtl/linux/arm/cprt0.as @@ -146,3 +146,6 @@ __data_start: 3: .align 4 .section .note.GNU-stack,"",%progbits + +.eabi_attribute 28, 1 @Tag_ABI_VFP_args +.eabi_attribute 10, 2 @Tag_FP_arch -- 2.30.2